Rotated Property (FlexChart<T>)
In This Topic
Gets or sets a value indicating whether to flip the axes so X is vertical and Y horizontal.
Syntax
'Declaration
Public Property Rotated As System.Boolean
'Usage
Dim instance As FlexChart(Of T)
Dim value As System.Boolean
instance.Rotated = value
value = instance.Rotated
public System.bool Rotated {get; set;}
public read-write property Rotated: System.Boolean;
public function get,set Rotated : System.boolean
public: __property System.bool get_Rotated();
public: __property void set_Rotated(
System.bool value
);
public:
property System.bool Rotated {
System.bool get();
void set ( System.bool value);
}
See Also